'Declaration
<CanBeNullAttribute()> <MappingTagAttribute("OpcLabs.EasyOpc.UA.InformationModel.VariableValue")> <UADataAttribute("ValueType")> Public Property Value As TValue
'Usage
Dim instance As UABaseVariable(Of TValue,TAttribute) Dim value As TValue instance.Value = value value = instance.Value
[CanBeNull()] [MappingTag("OpcLabs.EasyOpc.UA.InformationModel.VariableValue")] [UAData("ValueType")] public TValue Value {get; set;}
[CanBeNull()] [MappingTag("OpcLabs.EasyOpc.UA.InformationModel.VariableValue")] [UAData("ValueType")] public: property TValue^ Value { TValue^ get(); void set ( TValue^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).